home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / bestcheq.arc / MANUAL.BAT < prev   
Encoding:
DOS Batch File  |  1985-06-06  |  475 b   |  20 lines

  1. ECHO ON
  2. REM    CLS
  3. REM    This program will print the BESTCHEQ Manual.  It is VERY important that
  4. REM    you turn all printer settings OFF (such as automatic pagination).
  5. REM
  6. REM    However, it is preferrable to print the Manual at 12 characters
  7. REM    per inch.
  8. REM
  9. REM    Align paper and set to top of form.
  10. REM
  11. PAUSE
  12. TYPE A:BESTCHEQ.DOC>PRN
  13. REM
  14. REM    Remember to go directly to the SETUP procedure as defined in the
  15. REM    Manual.
  16. REM
  17. PAUSE
  18. BESTCHEQ
  19.  
  20.